/*accordion tabs*/
.accordionTabs .card-header .btn-link.collapsed .icon {    
    transform: rotate(0);
}
.accordionTabs .card-header .btn-link .icon {
    transform: rotate(90deg);
    transition: transform .2s linear;
    color: #1c81dd;
}
.accordionTabs .card-header .btn-link .icon:before {
    font-size: 20px;   
}
.accordionTabs .textOnly h3 {
    margin-bottom: 20px;   
}
.accordionTabs .textOnly p {
    margin-bottom: 15px;   
}
.accordionTabs .textOnly a {
    color: #f57960;
    font-weight: bold;
    border-bottom: 1px solid #f57960;
    padding-bottom: 1px;
    transition: all .2s linear;
}
.accordionTabs .textOnly a:hover {
    color: #0f4c8b;
    border-color: #0f4c8b;
}
.accordionTabs .tab-pane {
    padding: 20px 0;
}
.accordionTabs .nav-tabs .nav-link {
    border-radius: unset;
}
.accordionTabs .nav-tabs .nav-link.active {
    background-color: #0f4c8b;
    color: white;
}
.accordionTabs table,
.expandableList table,#accordion table {
   border-collapse: collapse;
   color: #0f4c8b;
}
.accordionTabs table td,
.accordionTabs table th,
.expandableList table td,
#accordion table td, #accordion table th{
    border: 1px solid #dee2e6;   
}
.accordionTabs table strong,
#accordion table strong,
.expandableList table strong {
    color: #0f4c8b;
}
.expandableList table tr:nth-child(2n) {
  background-color: #fafafa;
}
.accordionTabs table tr:nth-child(2n),#accordion table tr:nth-child(2n) {
  background-color: white;
}
/*quotes full with sidebar*/
.page-sidebar .quotesFull .content {
    padding-top: 0;
}
.page-sidebar .quotesFull .content .imageContainer img {
    height: auto;   
}
@media all and (min-width: 1200px) {
    .page-sidebar .quotesFull .content .imageContainer {
        margin-top: 120px;   
    }
    .page-sidebar .quotesFull .background .orange .icon-quotes {
        left: 33%;   
    }
}

.expandableList .rte.html ol {
    list-style: auto; 
    font-size: 14px;
    color: #072a4a;
    padding-left: 10px;
}
.expandableList .rte.html ol ul {
    margin-top: 15px; 
    padding-left:0;
}
.expandableList .rte.html ol li::marker {
    color: #f57960;
}
/*I want somehow fix this other way*/
#accordion table {
   width:-webkit-fill-available!important;
}



